/*
Theme Name: MAB site theme
Theme URI: http://frumph.net
Template: easel
Description: A child theme for Easel
Author: Samantha Kyle for MAB
Author URI: http://frumph.net/
Version: 1.0
.
The CSS, XHTML and design is released under GPL v3:
http://www.opensource.org/licenses/gpl-3.0.html
. 
*/

@import url("../easel/style.css");

/* font stuff */

@import  "http://fonts.googleapis.com/css?family=Droid+Sans:400,700";
@import  "http://fonts.googleapis.com/css?family=Sigmar+One";

/* STANDARD TAGS */

/* Sam's edits */


#page {
	background-image: url(images/assets/textured_white.jpg);
	border: 11px solid #212121;
	background-color: rgba(254,255,254,0.5);
	margin-top: 50px;
	margin-bottom: 50px;
	max-width: 100%;
}

#page-wrap {
	width: auto;
	overflow: hidden;
}


body.layout-2cl #page, body.layout-2cr #page {
	width: 1000px;
	max-width: 100%;
}

body {
	margin: 0;
	font-family: "Droid Sans", sans-serif;
	font-size: 14px;
	color: #000;
	text-align: justify;
	background: url(images/assets/amp-fabric.jpg) repeat fixed;
}

h1, h1 a {
	font: bold 40px "Droid Sans", sans-serif;
}

h2, h2 a {
	font: bold 23px "Droid Sans", sans-serif;
}

h2 a:link {
	color: #135755;
}
	
	h2 a:visited {
		color: #056a36;
	}
	
	h2 a:hover {
		color: #209291;
	}

.menu {
/*	font: bold 12px Verdana; */
/*	background: #414141; background of menu bar (default state)*/
	float: left;
	font: 18px/46px "Sigmar One";
	letter-spacing: 0;
	word-spacing: -1;
	text-indent: 2px;
}

.menu-container {
	background-color: #212121;
}

#sidebar-right {
	width: 302px;
}

body.layout-2cl .narrowcolumn, body.layout-2cr .narrowcolumn {
	width: 690px;
}

#advert {
	text-align: center;
}

.post-content {
	margin-left: 10px;
	margin-right: 10px;
}

.post-extras {
	padding-left: 20px;
	padding-right: 20px;
}
.post-info {
	padding-right: 20px;
	text-align: left;
	padding-left: 20px;
}
.post-calendar-date {
	display: none;
}
.entry {
	padding: 0 20px 10px 20px;
}
/* Header */

#header {
	/*background: url(images/assets/MABheader.jpg) no-repeat;
	height: 154px;*/

}

/*	#header .description {
		margin-left: 60px;
	display: none;
}

.header-info {
    float: left;
    display: none;
}
*/

#fb-icon {
	top: -349px;
	bottom: 0;
	position: relative;
	right: -830px;
	opacity: .5;
}
#fb-icon:hover {
	opacity: 1;
}
#tw-icon {
	top: -392px;
	bottom: 0;
	position: relative;
	right: -880px;
	opacity: .5;
}

#tw-icon:hover {
	opacity: 1;
}
#yt-icon {
	top: -435px;
	bottom: 0;
	position: relative;
	right: -930px;
	opacity: .5;
}

#yt-icon:hover {
	opacity: 1;
}
#sidebar-menubar {
	height: 310px;
}

#socialmedia {
	text-align: center;
	background-color: #fffeff;
	border: 1px solid #212121;
	padding: 5px;
	width: 288px;
}
#custom-footer {
	color: #797979;
	font-size: 11px;
}